.logs {
	font-family: CircularStd-Book;
	overflow-y: auto;
}

.logs {
	width: 100%;
	font-size: 250%;
	border-collapse: collapse;
}

.logs td {
	color: white;
	height: 32px;
}

.logs td.chance {
	text-align: left;
}

.logs td.time {
	text-align: right;
}

.tnc {
	font-family: CircularStd-Book;
	overflow-y: auto;
}

.tnc {
	width: 100%;
	font-size: 230%;
	border-collapse: collapse;
	color: white;

}

.tnc td {
	color: white;
	height: 32px;
}

